[INFO] cloning repository https://github.com/tfolkman/daylog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tfolkman/daylog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfolkman%2Fdaylog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfolkman%2Fdaylog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a33a731dc2ce390bd81f02915216e16884b09fba
[INFO] testing tfolkman/daylog against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfolkman%2Fdaylog" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tfolkman/daylog
[INFO] finished tweaking git repo https://github.com/tfolkman/daylog
[INFO] tweaked toml for git repo https://github.com/tfolkman/daylog written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tfolkman/daylog on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tfolkman/daylog already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 551321da31620f03934774ec8cc0f47732e14165458615cd932d8fd13bca4075
[INFO] running `Command { std: "docker" "start" "-a" "551321da31620f03934774ec8cc0f47732e14165458615cd932d8fd13bca4075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "551321da31620f03934774ec8cc0f47732e14165458615cd932d8fd13bca4075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "551321da31620f03934774ec8cc0f47732e14165458615cd932d8fd13bca4075", kill_on_drop: false }`
[INFO] [stdout] 551321da31620f03934774ec8cc0f47732e14165458615cd932d8fd13bca4075
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbd3dafceed11a152a8791990d4111ca10575cb9f9037f48ae1639eb13984372
[INFO] running `Command { std: "docker" "start" "-a" "dbd3dafceed11a152a8791990d4111ca10575cb9f9037f48ae1639eb13984372", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.34.0
[INFO] [stderr]    Compiling daylog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.70s
[INFO] running `Command { std: "docker" "inspect" "dbd3dafceed11a152a8791990d4111ca10575cb9f9037f48ae1639eb13984372", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbd3dafceed11a152a8791990d4111ca10575cb9f9037f48ae1639eb13984372", kill_on_drop: false }`
[INFO] [stdout] dbd3dafceed11a152a8791990d4111ca10575cb9f9037f48ae1639eb13984372
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 217b93cf6aa79feabfafe380ae8488d180095af520addec354ecc4448ece713b
[INFO] running `Command { std: "docker" "start" "-a" "217b93cf6aa79feabfafe380ae8488d180095af520addec354ecc4448ece713b", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling daylog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.75s
[INFO] running `Command { std: "docker" "inspect" "217b93cf6aa79feabfafe380ae8488d180095af520addec354ecc4448ece713b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "217b93cf6aa79feabfafe380ae8488d180095af520addec354ecc4448ece713b", kill_on_drop: false }`
[INFO] [stdout] 217b93cf6aa79feabfafe380ae8488d180095af520addec354ecc4448ece713b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3f807e02d88a0705549742e916b6e728692e9483e90076a52c23d8d6c805ce5f
[INFO] running `Command { std: "docker" "start" "-a" "3f807e02d88a0705549742e916b6e728692e9483e90076a52c23d8d6c805ce5f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/daylog-3bf3279df6223be4)
[INFO] [stdout] 
[INFO] [stdout] running 90 tests
[INFO] [stdout] test cli::log_cmd::tests::test_reject_invalid_weight ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_mood_not_number ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_energy_zero ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_metric_non_numeric ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_mood_out_of_range ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_negative_weight ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_reject_sleep_no_dash ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_file_creation_from_template ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_atomic_write_roundtrip ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_accept_valid_inputs ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_metric ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_metric_missing_value ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_mood ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_sleep ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_unknown_field ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_sleep_quality_validates ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_weight ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_lift_missing_value ... ok
[INFO] [stdout] test config::tests::test_expand_tilde ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_sleep_quality_routes_correctly ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_lift_nested ... ok
[INFO] [stdout] test config::tests::test_parse_default_config ... ok
[INFO] [stdout] test frontmatter::tests::test_add_nested_new_parent ... ok
[INFO] [stdout] test frontmatter::tests::test_append_to_new_list ... ok
[INFO] [stdout] test frontmatter::tests::test_add_nested_to_existing_parent ... ok
[INFO] [stdout] test frontmatter::tests::test_add_new_scalar ... ok
[INFO] [stdout] test frontmatter::tests::test_append_to_existing_list ... ok
[INFO] [stdout] test frontmatter::tests::test_atomic_write ... ok
[INFO] [stdout] test frontmatter::tests::test_no_frontmatter_creates_it ... ok
[INFO] [stdout] test demo::tests::test_generate_demo_data ... ok
[INFO] [stdout] test db::tests::test_core_schema_creates_tables ... ok
[INFO] [stdout] test db::tests::test_cascade_delete ... ok
[INFO] [stdout] test db::tests::test_sync_meta ... ok
[INFO] [stdout] test frontmatter::tests::test_preserves_comments_in_frontmatter ... ok
[INFO] [stdout] test frontmatter::tests::test_empty_file ... ok
[INFO] [stdout] test frontmatter::tests::test_preserves_markdown_body_with_triple_dash ... ok
[INFO] [stdout] test frontmatter::tests::test_roundtrip_preserves_content ... ok
[INFO] [stdout] test frontmatter::tests::test_update_existing_scalar ... ok
[INFO] [stdout] test frontmatter::tests::test_update_nested_field ... ok
[INFO] [stdout] test materializer::tests::test_extract_frontmatter ... ok
[INFO] [stdout] test materializer::tests::test_extract_frontmatter_no_opening ... ok
[INFO] [stdout] test materializer::tests::test_extract_frontmatter_with_bom ... ok
[INFO] [stdout] test materializer::tests::test_parse_sleep_24hr_implicit ... ok
[INFO] [stdout] test materializer::tests::test_parse_sleep_quoted ... ok
[INFO] [stdout] test materializer::tests::test_parse_sleep_12hr ... ok
[INFO] [stdout] test materializer::tests::test_yaml_f64_field ... ok
[INFO] [stdout] test materializer::tests::test_yaml_i32_field ... ok
[INFO] [stdout] test materializer::tests::test_parse_sleep_midnight_crossover ... ok
[INFO] [stdout] test materializer::tests::test_parse_sleep_no_minutes ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_list_items_untouched ... ok
[INFO] [stdout] test modules::climbing::tests::test_normalize_basic ... ok
[INFO] [stdout] test modules::climbing::tests::test_normalize_count_preserved ... ok
[INFO] [stdout] test modules::climbing::tests::test_board_adjustment_default ... ok
[INFO] [stdout] test modules::climbing::tests::test_normalize_default_board ... ok
[INFO] [stdout] test modules::climbing::tests::test_normalize_no_climbs ... ok
[INFO] [stdout] test modules::climbing::tests::test_normalize_with_board_adjustment ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_case_insensitive ... ok
[INFO] [stdout] test materializer::tests::test_extract_notes_section_end_of_file ... ok
[INFO] [stdout] test materializer::tests::test_extract_notes_section ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_invalid ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_simple ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_v0 ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_v10 ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_with_count ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_with_spaces ... ok
[INFO] [stdout] test modules::training::tests::test_epley_1rm ... ok
[INFO] [stdout] test modules::climbing::tests::test_parse_grade_no_space ... ok
[INFO] [stdout] test demo::tests::test_idempotent_generation ... ok
[INFO] [stdout] test modules::training::tests::test_epley_1rm_bodyweight ... ok
[INFO] [stdout] test modules::training::tests::test_epley_1rm_single ... ok
[INFO] [stdout] test modules::training::tests::test_normalize_no_training_data ... ok
[INFO] [stdout] test modules::training::tests::test_parse_plain_number ... ok
[INFO] [stdout] test modules::training::tests::test_parse_inline_comment ... ok
[INFO] [stdout] test modules::training::tests::test_parse_bw_expanded ... ok
[INFO] [stdout] test modules::training::tests::test_normalize_produces_ops ... ok
[INFO] [stdout] test modules::training::tests::test_parse_bodyweight_sets ... ok
[INFO] [stdout] test modules::training::tests::test_parse_unit_suffix ... ok
[INFO] [stdout] test modules::training::tests::test_parse_expanded_sets ... ok
[INFO] [stdout] test modules::training::tests::test_parse_parenthetical ... ok
[INFO] [stdout] test modules::training::tests::test_parse_slash_separator ... ok
[INFO] [stdout] test modules::training::tests::test_parse_weighted_sets ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_colon_quoting ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_inline_comment ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_bom_and_crlf ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_nested_key_no_false_quote ... ok
[INFO] [stdout] test materializer::tests::test_materialize_demo_note ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_missing_space ... ok
[INFO] [stdout] test materializer::tests::test_preprocess_already_quoted ... ok
[INFO] [stdout] test cli::log_cmd::tests::test_route_energy ... ok
[INFO] [stdout] test modules::climbing::tests::test_board_adjustment_configured ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 90 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/daylog-b3c8a79d44558a66)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-32effe629d55d039)
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_validation_rejects_garbage ... ok
[INFO] [stdout] test test_full_roundtrip ... ok
[INFO] [stdout] test test_demo_data_roundtrip ... ok
[INFO] [stdout] test test_rebuild_is_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests daylog
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3f807e02d88a0705549742e916b6e728692e9483e90076a52c23d8d6c805ce5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f807e02d88a0705549742e916b6e728692e9483e90076a52c23d8d6c805ce5f", kill_on_drop: false }`
[INFO] [stdout] 3f807e02d88a0705549742e916b6e728692e9483e90076a52c23d8d6c805ce5f
